Skip to main content

Creating Requests in PostQode

Users can create requests under the three panels Workspace, API Library, and Test Suites.

Creating API Requests in Workspace

Users can create the API requests within a workspace, allowing them to manage and test their API interactions directly in their designated working environment. This keeps all the API activities organized and aligned with the specific project or team.

Creating API Requests in API Library

In the API library, users can save and organize the reusable API requests, streamline the workflows by maintaining a repository of frequently used APIs, which makes them easy to access and manage as needed.

Creating API Requests in Test Suite

Users can create API requests as part of a test suite under test cases, which enables the automation of tests on APIs. This is useful for validating the functionality, to ensure the reliability, and maintain the quality throughout the development lifecycle.

Do the steps below to create a request:

Step 1: Go to the location where you want to create the request.

Step 2: Click either the "Create Request" button or the ‘Add API Request’ button from the kebab menu. Fill in the details such as name, HTTP method, and URL. To save your request click on the ‘Save’ icon, then click on the "Run" button to initiate the process. When the API Request is created, you will receive a confirmation message.

Image description

Image description